home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2000 #4 / Amiga Plus CD - 2000 - No. 4.iso / PowerPC / Dev / PPCRelease / Examples / R.Mainz / msg9 / Msg9.h < prev    next >
Encoding:
C/C++ Source or Header  |  1998-06-03  |  836 b   |  36 lines

  1.  
  2. #ifndef PPCEXAMPLES_MSG9_H
  3. #define PPCEXAMPLES_MSG9_H 1
  4.  
  5. /*
  6. **
  7. **  $VER: msg9.h 46.1 (3.6.98)
  8. **  Msg9 46.1
  9. **
  10. **  header file for msg9
  11. **
  12. **  Written 1997/1998 by Roland Mainz (gisburn@w-specht.rhein-ruhr.de)
  13. **
  14. */
  15.  
  16. /******************************************************************************/
  17. /* test code configuration */
  18.  
  19. #define USE_PPC_STDIO (0) /* 1=print ppc I/O on m68k console, 0=open an own console window */
  20.  
  21. /******************************************************************************/
  22.  
  23. /* Note: Be sure that both PPC and m68k side have the structure members at the same place.
  24.  *       "char", "short" and "double" members may cause problems here !
  25.  */
  26. struct StartupData
  27. {
  28.     ULONG BodySize;
  29. };
  30.  
  31. /******************************************************************************/
  32.  
  33. #endif /* !PPCEXAMPLES_MSG9_H */
  34.  
  35.  
  36.